home *** CD-ROM | disk | FTP | other *** search
/ Experimental BBS Explossion 3 / Experimental BBS Explossion III.iso / games / vast_112.zip / LASERJET.PRD < prev    next >
Text File  |  1993-06-10  |  1KB  |  61 lines

  1. #  Laserjet Driver Version 1.2
  2. #  Copyright Douglas P. Webb 1993, All rights reserved.
  3.  
  4. #  This is a comment. The # at the beginning of the line makes it so.
  5. #  No line which is not a comment may exceed 80 characters.
  6.  
  7. #  A line which consists only of the string CRLF will generate a
  8. #    carriage return/linefeed in the output to the printer
  9.  
  10. #  Anything starting with ~ is a variable unless it's ~~
  11. #  Predefined variables are:
  12. #     ~R   which is the current row (line number)
  13. #     ~C   which is the current column
  14.  
  15.  
  16. # No Defines required for HP Laser
  17. [DEFINES]
  18.  
  19.  
  20. #Reset the printer
  21. #Select Normal Courier Font
  22. #Set line spacing and number of lines per page. (60)
  23. #Set Default Left/Right Margins
  24. [PREAMBLE]
  25. E
  26. &l0O(8U(s0p10h12v0s0b3T
  27. &E&17.27c66F
  28. &a3l80M
  29.  
  30.  
  31.  
  32. [POSTAMBLE]
  33. &l0H
  34.  
  35. #Select Bold font.
  36. [BOLD]
  37. &l0O(8U(s0p10h12v0s3b3T
  38.  
  39. #Select Normal font.
  40. [NORMAL]
  41. &l0O(8U(s0p10h12v0s0b3T
  42.  
  43.  
  44. # No preline treatment required for HP Laser printer
  45. [PRELINE]
  46.  
  47.  
  48. #default is carriage return/linefeed
  49. [POSTLINE]
  50.  
  51.  
  52. [FORMFEED]
  53. &l0H
  54.  
  55.  
  56. [REPLACE]
  57.  
  58.  
  59. # Number of lines of text that should appear on a page
  60. [LINES/PAGE]
  61. 60